home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3triset.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TRISETPROPGADGET_H = 1;
- include("real/primgad/p3level.js")
-
-
- var R3CLID_TRISETPROPGADGET = 800;
-
-
-
-
- // Description: for mapchanges. Sent when a point is selected through the gadget.
-
- R3TRISGDM_SELECTPOINT = 800000;
-
- function mR3TRISGDM_SELECTPOINT() {
- DoA(this.r3obj, 800000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: for mapchanges. Send when the position of the selected point is defined.
-
- R3TRISGDM_SETPOINT = 800001;
-
- function mR3TRISGDM_SETPOINT() {
- DoA(this.r3obj, 800001, 0, R3TID_INTEGER, 0);
- }
-
- // Description: for mapchanges. Sent when triset phong correction factor is changed.
-
- R3TRISGDM_PHONGC = 800002;
-
- function mR3TRISGDM_PHONGC() {
- DoA(this.r3obj, 800002, 0, R3TID_INTEGER, 0);
- }
-
- // Description: for mapchanges. Sent when selection resolution is changed.
-
- R3TRISGDM_SELECTRESOLUTION = 800003;
-
- function mR3TRISGDM_SELECTRESOLUTION() {
- DoA(this.r3obj, 800003, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Trisetpropgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TRISETPROPGADGET, arguments);
- }
- // Methods
- this.SELECTPOINT=mR3TRISGDM_SELECTPOINT;
- this.SETPOINT=mR3TRISGDM_SETPOINT;
- this.PHONGC=mR3TRISGDM_PHONGC;
- this.SELECTRESOLUTION=mR3TRISGDM_SELECTRESOLUTION;
-
- }
-
- r3Trisetpropgadget.prototype=new r3Levelgadget;
- // p3triset.h_H